static
arglist_t mag_fargs[] = {
{"deficon", &deficon, "Default icon name", NULL, ARGTYPE_STRING },
+ {"maxcmts", &cmts, "Max number of comments to write (maxcmts=200)",
+ NULL, ARGTYPE_INT },
+ {"deficon", &deficon, "Default icon name", NULL, ARGTYPE_STRING },
{0, 0, 0, 0, 0}
};
mag_read,
mag_write,
NULL,
- NULL,
+ mag_fargs,
CET_CHARSET_ASCII, 0 /* CET-REVIEW */
};